home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_52.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  144 b   |  11 lines

  1. on enterFrame
  2.   setBar(75)
  3.   updateStage()
  4.   delay(60)
  5. end
  6.  
  7. on exitFrame
  8.   global theSoundPath
  9.   sound playFile 1, theSoundPath & "p36.wav"
  10. end
  11.